Can “this” be used within a static method?
2522
13-Nov-2013
Sumit Kesarwani
13-Nov-2013No “This” cannot be used in a static method. As only static variables/methods can be used in a static method.